DeepSeek Harness Email Plugin dsh-email

dsh-email is a community email tool plugin for DeepSeek Harness (DSH), implemented in pure Node.js and supporting Windows, macOS, and Linux. This plugin addresses the issue of agents being unable to directly operate email accounts, offering features such as checking inboxes, reading emails, searching emails, sending emails on behalf of users, and downloading attachments. It comes with eight preset email service providers, including QQ, 163, and Gmail, and supports multi-account configuration. Users can install it via the `dsh plugin` command and then configure the email address and authorization code in the web settings page or YAML file. After configuration, agents can call tools like `email_list`, `email_read`, and `email_search` to handle email tasks, with sending emails enabled by default.

Read More